Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kotlin): macos compatible helpers and build on CI #3297

Merged
merged 12 commits into from
Jul 1, 2024

Conversation

shortcuts
Copy link
Member

@shortcuts shortcuts commented Jul 1, 2024

🧭 What and Why

🎟 JIRA Ticket: https://algolia.atlassian.net/browse/DI-2535

Changes included:

build fail on macos https://github.com/algolia/algoliasearch-client-kotlin/actions/runs/9699224976/job/26767673731 but looks good on ubuntu

this is because we use non native features in some helpers, now our CI builds both version so we don't make the same mistake again

@shortcuts shortcuts self-assigned this Jul 1, 2024
@algolia algolia deleted a comment from algolia-bot Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

✔️ Code generated!

Name Link
🔨 Triggered by 2be65d7db2429cbb8d58470fa077043cc9fb63f9
🌲 Generated branch generated/feat/kotlin-build-macos

@shortcuts shortcuts marked this pull request as ready for review July 1, 2024 15:59
@shortcuts shortcuts requested a review from a team as a code owner July 1, 2024 15:59
@shortcuts shortcuts changed the title fix(ci): kotlin on macos fix(kotlin): macos compatible helpers and build on CI Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

@shortcuts shortcuts enabled auto-merge (squash) July 1, 2024 16:22
if: |
always() &&
(needs.swift_cts_macos.result == 'success' || needs.swift_cts_macos.result == 'skipped') &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup it should already be validate by the next clause I think

Copy link
Contributor

@Fluf22 Fluf22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go with that

@shortcuts shortcuts merged commit 4f25d3c into main Jul 1, 2024
20 checks passed
@shortcuts shortcuts deleted the feat/kotlin-build-macos branch July 1, 2024 16:57
algolia-bot added a commit to algolia/algoliasearch-client-kotlin that referenced this pull request Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants